home *** CD-ROM | disk | FTP | other *** search
/ Champak 109 / Vol 109.iso / games / stepp000.swf / scripts / frame_1177 / DoAction.as
Text File  |  2008-11-12  |  146b  |  9 lines

  1. if(eval("/Variables:GtsOuvert") == true)
  2. {
  3.    setProperty("_root.Gts", _visible, 1);
  4. }
  5. else
  6. {
  7.    setProperty("_root.Gts", _visible, 0);
  8. }
  9.